home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Blender / SHARED.Dir / 00786.ls < prev    next >
Encoding:
Text File  |  1995-09-13  |  167 b   |  9 lines

  1. on mouseUp
  2.   SETSPEAKER()
  3.   if the movieRate of sprite 40 = 2 then
  4.     set the movieRate of sprite 40 to 4
  5.   else
  6.     set the movieRate of sprite 40 to 2
  7.   end if
  8. end
  9.